projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98cfbd3
)
Fix a typo
author
Hodong Kim
<cogniti@gmail.com>
Mon, 24 Jun 2019 18:42:40 +0000
(18:42 +0000)
committer
Hodong Kim
<cogniti@gmail.com>
Mon, 24 Jun 2019 18:42:40 +0000
(18:42 +0000)
gtk/gtkeventcontroller.c
patch
|
blob
|
history
diff --git
a/gtk/gtkeventcontroller.c
b/gtk/gtkeventcontroller.c
index 48f66c189bef41d629663fc4fa0b161082009fe9..e70946b89c7719f82b126da987d55352e113375c 100644
(file)
--- a/
gtk/gtkeventcontroller.c
+++ b/
gtk/gtkeventcontroller.c
@@
-270,7
+270,7
@@
gtk_event_controller_init (GtkEventController *controller)
* @controller: a #GtkEventController
* @event: a #GdkEvent
*
- * Feeds an event
s
into @controller, so it can be interpreted
+ * Feeds an event into @controller, so it can be interpreted
* and the controller actions triggered.
*
* Returns: %TRUE if the event was potentially useful to trigger the